object Dlg_SaveTemplate: TDlg_SaveTemplate Left = 257 Top = 231 BorderStyle = bsDialog Caption = 'Save Template' ClientHeight = 197 ClientWidth = 305 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 64 Width = 147 Height = 26 Caption = 'Please select a type which the '#13#10'template will be saved as:' end object Label2: TLabel Left = 16 Top = 8 Width = 152 Height = 13 Caption = '&Please Input the template name:' FocusControl = edName end object btnCancel: TButton Left = 216 Top = 56 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 0 end object btnOK: TButton Left = 216 Top = 24 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object tvTemplate: TTreeView Left = 16 Top = 96 Width = 177 Height = 89 HideSelection = False Images = F_Template.ImageList1 Indent = 19 TabOrder = 2 OnChange = tvTemplateChange Items.Data = { 01000000210000000000000000000000FFFFFFFFFFFFFFFF0000000003000000 0854656D706C6174651C0000000000000000000000FFFFFFFFFFFFFFFF000000 0000000000034E65771E0000000000000000000000FFFFFFFFFFFFFFFF000000 0000000000055265706C79200000000000000000000000FFFFFFFFFFFFFFFF00 0000000000000007466F7277617264} end object edName: TEdit Left = 16 Top = 24 Width = 177 Height = 21 TabOrder = 3 end object Language: TLanguage LangCenter = DM_Language.LangCenter ResStrings.Strings = ( '0001=Template' '0002=New' '0003=Reply' '0004=Forward') OnTranslated = LanguageTranslated Left = 224 Top = 104 end end